projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07dec87
)
add comment about case falling through
author
Nils Philippsen
<nils@redhat.com>
Thu, 26 May 2011 10:34:14 +0000
(12:34 +0200)
committer
Nils Philippsen
<nils@redhat.com>
Thu, 26 May 2011 10:34:14 +0000
(12:34 +0200)
this makes code checker tools happy and the code easier to understand
babl/babl-extension.c
patch
|
blob
|
history
diff --git
a/babl/babl-extension.c
b/babl/babl-extension.c
index 19735888f86d3fee3cea765b47439f1f8b79275b..9c05e5387ebc9695387c331e889ab339df44bf43 100644
(file)
--- a/
babl/babl-extension.c
+++ b/
babl/babl-extension.c
@@
-326,6
+326,7
@@
babl_extension_load_dir_list (const char *dir_list)
{
case '\0':
eos = 1;
+ /* don't break here, the path needs to be processed */
case BABL_PATH_SEPARATOR:
{